object frmResults: TfrmResults Left = 448 Top = 176 Width = 643 Height = 420 Caption = 'frmResults' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Scaled = False OnCreate = FormCreate PixelsPerInch = 144 TextHeight = 16 object pnlResults: TPanel Left = 0 Top = 0 Width = 633 Height = 384 Align = alClient BevelOuter = bvNone Color = clWhite TabOrder = 0 DesignSize = ( 633 384) object imgWatermarkPage: TImage Left = 286 Top = 260 Width = 349 Height = 127 Anchors = [akRight, akBottom] AutoSize = True Transparent = True end object lblTitle: TAxLabel Left = 32 Top = 16 Width = 343 Height = 19 WordWrap = False Quality = smMMXSmoothing4x Layout = tlCenter Transparent = False Caption = 'Finish shredding selected files and folders ' Font.Charset = DEFAULT_CHARSET Font.Color = 10040064 Font.Height = -16 Font.Name = 'Verdana' Font.Style = [] ShowAccelChar = True ParentFont = False end object lblClickClose: TLabel Left = 32 Top = 360 Width = 157 Height = 16 Caption = 'Click Close to exit program' end object lblSummary: TAxLabel Left = 32 Top = 64 Width = 554 Height = 51 WordWrap = True Transparent = False AutoSize = False Caption = 'Description' ShowAccelChar = True end object lblClickSaveReport: TLabel Left = 32 Top = 136 Width = 320 Height = 54 AutoSize = False Caption = 'Click "Save Report" to see a detailed information about the File' + ' Shredder results.' WordWrap = True end object btnSaveReport: TButton Left = 32 Top = 196 Width = 128 Height = 25 Caption = '&Save Report' TabOrder = 0 OnClick = btnSaveReportClick end end object SaveDialog: TSaveDialog Filter = '*.htm;*.html|*.htm;*.html' Left = 463 Top = 16 end end